home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_116 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2001-07-07  |  82 b   |  8 lines

  1. on(rollOver){
  2.    tellTarget("/roads")
  3.    {
  4.       stop();
  5.    }
  6.    play();
  7. }
  8.